home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_220 / PlaceObject2_275_73 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-04  |  221 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(this._parent.hero.shape.hitTest(this) && this._currentFrame == 1 && _root.hero._y - 40 < this._y)
  3.    {
  4.       _root.score += 100;
  5.       fx1.start();
  6.       this.gotoAndStop(2);
  7.    }
  8. }
  9.